home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 1.7.dxr / Internal_53_game4retour.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  169 b   |  9 lines

  1. on exitFrame me
  2.   global fototellertje, gameteller, netgeschoten
  3.   netgeschoten = 0
  4.   if fototellertje >= 24 then
  5.     go("einde")
  6.   end if
  7.   go("game" & gameteller)
  8. end
  9.